20 lines
		
	
	
		
			620 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			620 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?PHP
 | 
						|
if (eregi("include", $_SERVER['SCRIPT_NAME'])) {
 | 
						|
        Header("Location: ".$site_url."/index.php"); die();
 | 
						|
}
 | 
						|
?>
 | 
						|
<!DOCTYPE html >
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
<base href="<? echo $site_url ?>/" />
 | 
						|
<title>Slowtwitch.com Advertisement Insertion Order: <? echo $pagetitle; ?></title>
 | 
						|
<? include($common_path . "/templates/include_global_head.php"); ?>
 | 
						|
<? include($common_path . "/templates/google_analytics.html"); ?>
 | 
						|
<? include($common_path . "/templates/fb_sdk.html"); ?>
 | 
						|
<!-- begin script to create random number for ads -->
 | 
						|
<script language="Javascript">
 | 
						|
<!--
 | 
						|
sgi_ord=Math.random()*10000000000000000;
 | 
						|
//-->
 | 
						|
</script>
 |