<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Sixth Jordanian International Mechanical Engineering Conference</title>
<!--#include file="../Shared/HEAD.inc"-->

</head>
<body>

<div align="center">
	<table border="0" width="775" cellspacing="0" cellpadding="0" id="table1">
		<tr>
			<td colspan="2" class="header_Cell">

<!--#include file="../Shared/SiteLogo.inc"-->

  			</td>
		</tr>
		<tr>
			<td colspan="2">
			
			
<!--#include file="../Shared/GlobalNav.inc"-->

			</td>
		</tr>
		<tr>
			<td colspan="2" class="pagename_Cell">
			<div id="pageName">
			<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table2">
				<tr>
					<td width="612">
			<!--#include file="news.js"-->
					</td>
					<td width="163"><i><font size="1">Last Update Sat. 23 December, 
					2006 </font></i></td>
				</tr>
			</table>
			</div>
		</td>
		
		</tr>
		<tr>
			<td width="67" class="sidemenu_Cell" valign="top" rowspan="2">
			<!--#include file="Shared/sidemenu.inc"-->

		</td>
			<td width="708" style="border-left: 1px solid #C0C0C0" class="content_Cell" valign="top">
			
			<p align="center"><b>The Sixth Jordanian International Mechanical 
			Engineering Conference<font size="5"><br>
			(JIMEC’6)<br>
			</font></b><i>Oct. 22-24 2007</i><br>
			<br>
			Jordan Engineers Association<br>
			Amman—Jordan</p>
			<p align="justify">The Jordanian International Mechanical 
			Engineering Conference gained momentum over the years since its 
			start in 1995. The growing interest in the conference is clearly 
			visible from the number and quality of papers received in <b>JIMEC’5</b>. 
			The organization of <b>JIMEC’6</b>, is shared with the University of 
			Philadelphia in addition to the regular organizer, the Jordan 
			Engineers Association. New trends in mechanical engineering research 
			are the focus of <b>JIMEC’6</b>. Modern multidisciplinary topics 
			such as Mechatronical Systems, MEMS and NANO Technologies, 
			Biotechnology and Autotronics are addressed side to side with the 
			traditional subjects of Heat Transfer, Fluid Mechanics, Applied 
			Mechanics and Control. Accompanying the conference, workshops will 
			be held on cutting edge topics in mechanical engineering in addition 
			to an industrial exhibition featuring new commercial products. Tours 
			to the main touristic attractions in Jordan are programmed within 
			the conference schedule. <b>JIMEC’6</b> is expected to be a fruitful 
			scientific gathering and a chance to meet new people in your field 
			and to visit historical places.</td>
		</tr>
		<tr>
			<td width="708" style="border-left: 1px solid #C0C0C0" class="content_Cell" height="42">
			
			<p align="center"><font size="4">
			<span style="background-color: #FFF2F2">&nbsp;&nbsp; To download the conference's 
			brochure </span> 
			<span style="background-color: #FFF2F2">
			<a target="_blank" href="jimec6_brochure.pdf">click here
			<img border="0" src="../Shared/Images/pdf.gif" width="21" height="22"></a>&nbsp;&nbsp;
			</span> </font>
			</td>
		</tr>
		<tr>
			<td colspan="2" class="footer_Cell">
			<!--#include file="../Shared/Footer.inc"-->
			
			<!--COUNTER-->
<%
			
			'Dimension variables
Dim fsoObject 			'File System Object
Dim tsObject 			'Text Stream Object
Dim filObject			'File Object
Dim lngVisitorNumber 		'Holds the visitor number
Dim intWriteDigitLoopCount 	'Loop counter to display the graphical hit count
	
'Create a File System Object variable
Set fsoObject = Server.CreateObject("Scripting.FileSystemObject")

'Initialise a File Object with the path and name of text file to open
Set filObject = fsoObject.GetFile(Server.MapPath("hit_count.txt"))
	
'Open the visitor counter text file
Set tsObject = filObject.OpenAsTextStream
	
'Read in the visitor number from the visitor counter file
lngVisitorNumber = CLng(tsObject.ReadAll)
	
'If the session variable is null or does not exsist then increment the counter number
If isEmpty(Session("blnCounterSet")) = True Then
		
	'Increment the visitor counter number by 1
	lngVisitorNumber = lngVisitorNumber + 1
		
	'Set the session variable to true
	Session("blnCounterSet") = True
End if	
			
'Create a new visitor counter text file over writing the previous one
Set tsObject = fsoObject.CreateTextFile(Server.MapPath("hit_count.txt"))
	
'Write the new visitor number to the text file
tsObject.Write CStr(lngVisitorNumber)
	
'Reset server objects
Set fsoObject = Nothing
Set tsObject = Nothing
Set filObject = Nothing

'HTML output to display the visitor number
Response.Write("<p align=center><font size=2>This is Visit Number</font> { ")

'Display the hit count as text
Response.Write(lngVisitorNumber & " }</p>")

%>

		<!--COUNTER END-->


			</td>
		</tr>
	</table>
		
</div>


</body>
</html>