Index: branches/dev/html/admin/contents/campaign_design.php
===================================================================
--- branches/dev/html/admin/contents/campaign_design.php	(revision 17)
+++ branches/dev/html/admin/contents/campaign_design.php	(revision 12219)
@@ -79,5 +79,12 @@
 case 'preview':
 	// ¥×¥ì¥Ó¥å¡¼¤ò½ñ¤­½Ð¤·ÊÌÁë¤Ç³«¤¯
-	sfWriteFile($arrForm['header'] . $arrForm['contents'] . $arrForm['footer'], $campaign_dir."preview.tpl", "w");
+	// ¥×¥ì¥Ó¥å¡¼¤ò½ñ¤­½Ð¤·ÊÌÁë¤Ç³«¤¯
+	$preview  = $arrForm['header']."\n";
+	$preview .= '<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script>'."\n";
+	$preview .= '<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>'."\n";
+	$preview .= $arrForm['contents'] . "\n";
+	$preview .= $arrForm['footer']."\n";
+	sfWriteFile($preview, $campaign_dir."preview.tpl", "w");
+	
 	$objPage->tpl_onload = "win02('./campaign_preview.php?status=". $arrForm['status'] ."&campaign_id=". $arrForm['campaign_id'] ."', 'preview', '600', '400');";
 	$objPage->header_data = $arrForm['header'];	
